var testing.shuffle
5 uses
testing (current package)
testing.go#L480: shuffle = flag.String("test.shuffle", "off", "randomize the execution order of tests and benchmarks")
testing.go#L511: shuffle *string
testing.go#L2307: if *shuffle != "off" {
testing.go#L2310: if *shuffle == "on" {
testing.go#L2313: n, err = strconv.ParseInt(*shuffle, 10, 64)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)